[INFO] fetching crate lazycloud 0.1.7...
[INFO] checking lazycloud-0.1.7 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate lazycloud 0.1.7 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate lazycloud 0.1.7
[INFO] finished tweaking crates.io crate lazycloud 0.1.7
[INFO] tweaked toml for crates.io crate lazycloud 0.1.7 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lazycloud 0.1.7 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lazycloud 0.1.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded throbber-widgets-tui v0.10.0
[INFO] [stderr]   Downloaded zmij v1.0.3
[INFO] [stderr]   Downloaded signal-hook v0.4.1
[INFO] [stderr]   Downloaded serini v0.2.2
[INFO] [stderr]   Downloaded google-cloud-wkt v1.2.0
[INFO] [stderr]   Downloaded google-cloud-storage v1.9.0
[INFO] [stderr]   Downloaded google-cloud-longrunning v1.7.0
[INFO] [stderr]   Downloaded google-cloud-gax-internal v0.7.10
[INFO] [stderr]   Downloaded google-cloud-type v1.2.0
[INFO] [stderr]   Downloaded google-cloud-lro v1.2.0
[INFO] [stderr]   Downloaded google-cloud-rpc v1.2.0
[INFO] [stderr]   Downloaded google-cloud-gax v1.8.0
[INFO] [stderr]   Downloaded google-cloud-auth v1.7.0
[INFO] [stderr]   Downloaded google-cloud-api v1.3.0
[INFO] [stderr]   Downloaded google-cloud-location v1.2.0
[INFO] [stderr]   Downloaded google-cloud-secretmanager-v1 v1.2.0
[INFO] [stderr]   Downloaded google-cloud-iam-v1 v1.6.0
[INFO] [stderr]   Downloaded catppuccin v2.6.0
[INFO] [stderr]   Downloaded google-cloud-api-serviceusage-v1 v1.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f
[INFO] running `Command { std: "docker" "start" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking itoa v1.0.16
[INFO] [stderr]    Compiling zmij v1.0.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]     Checking ryu v1.0.21
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling google-cloud-auth v1.7.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling google-cloud-gax-internal v0.7.10
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.31.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]    Compiling catppuccin v2.6.0
[INFO] [stderr]     Checking prost-types v0.14.3
[INFO] [stderr]    Compiling signal-hook v0.4.1
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking serini v0.2.2
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]     Checking tree_magic_mini v3.2.2
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking edit v0.1.5
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking toml v0.9.11+spec-1.1.0
[INFO] [stderr]     Checking google-cloud-wkt v1.2.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking throbber-widgets-tui v0.10.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking google-cloud-rpc v1.2.0
[INFO] [stderr]     Checking google-cloud-type v1.2.0
[INFO] [stderr]     Checking google-cloud-api v1.3.0
[INFO] [stderr]     Checking google-cloud-gax v1.8.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking wl-clipboard-rs v0.9.3
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking google-cloud-longrunning v1.7.0
[INFO] [stderr]     Checking google-cloud-iam-v1 v1.6.0
[INFO] [stderr]     Checking google-cloud-location v1.2.0
[INFO] [stderr]     Checking google-cloud-lro v1.2.0
[INFO] [stderr]     Checking google-cloud-secretmanager-v1 v1.2.0
[INFO] [stderr]     Checking google-cloud-storage v1.9.0
[INFO] [stderr]     Checking google-cloud-api-serviceusage-v1 v1.3.0
[INFO] [stderr]     Checking lazycloud v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f", kill_on_drop: false }`
[INFO] [stdout] 50c95ee412b90de4a099b92e93397749f9f5ae487dbdb97e7c374d69baac8b3f
